HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zambia Level of Access for Medicines

Draft as of 2026-08-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/medication-level-of-access> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medication-level-of-access"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-level-of-access</b></p><a name=\"medication-level-of-access\"> </a><a name=\"hcmedication-level-of-access\"> </a><p>This case-sensitive code system <code>http://hapi.moh.gov.zm/fhir/CodeSystem/medication-level-of-access</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">HP<a name=\"medication-level-of-access-HP\"> </a></td><td>Health Post</td></tr><tr><td style=\"white-space:nowrap\">HC<a name=\"medication-level-of-access-HC\"> </a></td><td>Health Centre</td></tr><tr><td style=\"white-space:nowrap\">L1<a name=\"medication-level-of-access-L1\"> </a></td><td>Level 1 Hospital</td></tr><tr><td style=\"white-space:nowrap\">L2<a name=\"medication-level-of-access-L2\"> </a></td><td>Level 2 Hospital</td></tr><tr><td style=\"white-space:nowrap\">L3<a name=\"medication-level-of-access-L3\"> </a></td><td>Level 3 Hospital</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://hapi.moh.gov.zm/fhir/CodeSystem/medication-level-of-access"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ZMLevelOfAccessCS"] ; # 
  fhir:title [ fhir:v "Zambia Level of Access for Medicines"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-08-12T23:00:51+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ministry of Health - Zambia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Ministry of Health - Zambia" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.moh.gov.zm/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "digital.health@moh.gov.zm" ]
     ] )
  ] [
     fhir:name [ fhir:v "ZM-Core Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "zm-core@moh.gov.zm" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Levels of care at which a medicine is allowed to be used, based on the ZAMMSA catalogue."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "ZM" ] ;
       fhir:display [ fhir:v "Zambia" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "HP" ] ;
     fhir:display [ fhir:v "Health Post" ]
  ] [
     fhir:code [ fhir:v "HC" ] ;
     fhir:display [ fhir:v "Health Centre" ]
  ] [
     fhir:code [ fhir:v "L1" ] ;
     fhir:display [ fhir:v "Level 1 Hospital" ]
  ] [
     fhir:code [ fhir:v "L2" ] ;
     fhir:display [ fhir:v "Level 2 Hospital" ]
  ] [
     fhir:code [ fhir:v "L3" ] ;
     fhir:display [ fhir:v "Level 3 Hospital" ]
  ] ) . #